All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Formatter
NSFormatter
.
[[NSFormatter
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- attributedStringForObjectValue:withDefaultAttributes:
Objective-C instance method.
- editingStringForObjectValue:
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- stringForObjectValue:
Objective-C instance method.
protected Formatter(boolean shouldAllocate, int objcObject)
public Formatter()
[[NSFormatter
alloc] init]
.
public Formatter(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native String stringForObjectValue(Object obj)
- stringForObjectValue:
Objective-C instance method.
public native AttributedString attributedStringForObjectValue(Object obj, Dictionary attrs)
- attributedStringForObjectValue:withDefaultAttributes:
Objective-C instance method.
public native String editingStringForObjectValue(Object obj)
- editingStringForObjectValue:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index